help-msg-add-package-info
authorDebian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Wed, 1 Aug 2012 08:41:17 +0000 (08:41 +0000)
committerRene Engelhard <rene@debian.org>
Wed, 1 Aug 2012 08:41:17 +0000 (08:41 +0000)
===================================================================

Gbp-Pq: Name help-msg-add-package-info.diff

sfx2/source/appl/sfxhelp.cxx

index b5650ac46d1d3adcaac1589af27ce88586d9f9e1..b977f19abc8ed9375bb0bf8390d6db87c3e6fad5 100644 (file)
@@ -102,7 +102,7 @@ public:
 
 NoHelpErrorBox::NoHelpErrorBox( Window* _pParent ) :
 
-    ErrorBox( _pParent, WB_OK, String( SfxResId( RID_STR_HLPFILENOTEXIST ) ) )
+    ErrorBox( _pParent, WB_OK, String( SfxResId( RID_STR_HLPFILENOTEXIST ) ).Append(String(DEFINE_CONST_UNICODE(".\nPlease install the libreoffice-help-en-us package or the locale specific help package libreoffice-help-<language-code>."))) )
 {
     // Error message: "No help available"
 }